home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 318.adf / CNewsBin / cnews.bin.lzh / Uucp / Profile < prev    next >
Text File  |  1990-02-06  |  3KB  |  73 lines

  1. #:ts=8
  2. #    mail to this machine goes in $MAILDIR/$MAILBOX; userid is ignored
  3. #    $MAILSERVICE is the machine to route *ALL* mail through...
  4. #    $NEWSDIR is where C-News expects to find incoming news batches
  5. #        (more on this as the C-News code is implemented and tested)
  6.  
  7. #    old UUPC bugs:
  8. #        ~ (tilde) by itself was not interpreted as $PUBDIR
  9. #        $TEMPDIR couldn't end in ':' or '/'
  10.  
  11. # The following section is where most customization takes place:
  12.  
  13. MAILBOX="crash"            # current user's mailbox (mail filename)
  14. NAME="Frank J. Edwards"          # current user's name (for mailer)
  15. HOME="Amiga_C_News:Mail"    # where user's private files go
  16. NODENAME="ckctpa"        # what is our local nodename (for mailer)
  17. DOMAIN="ckctpa.UUCP"        # domain of this machine (for mailer)
  18. MAILSERVICE="boake2"        # who do we send remote mail to (for mailer)
  19.  
  20. PUBDIR="ram:uucppublic"        # public spool directory
  21. CONFDIR="Amiga_C_News:Uucp"    # where config data is kept (Systems, SEQF)
  22. MAILDIR="Amiga_C_News:Mail"    # where mail is kept
  23. SPOOLDIR=":usr/spool/uucp"    # where spooled files go
  24. LOGDIR="Amiga_C_News:Uucp"    # where log files are placed (unused)
  25. TEMPDIR="ram:uucppublic"    # where temp files are created
  26. DEVICE="*"            # what is the default device (unused)
  27. PAGESIZE="24"            # number of screen lines (unused)
  28. TIMEZONE="+0500"        # hours west of greenwich (for mailer)
  29. NEWSDIR="News:"            # C-News directory (used internally to UUPC)
  30.  
  31. SPEED="2400"            # what is the default speed (unused)
  32.  
  33. #    C-News also has a directory for "out.going" news articles...
  34. #    C-News will take care of unbatching, etc.  There is an "rnews()"
  35. #    function built-in to UUPC which will do the header stripping
  36. #    and move the file into the $NEWSARTS directory.  THAT MAY NOT
  37. #    BE THE SAME DIRECTORY AS THIS!!  (In fact, this implementation
  38. #    ignores this variable.)
  39.  
  40. #    NEWSARTS = News:in.coming    .. after "#!" header stripped
  41. #    NEWSBIN  = News:newsbin        .. not used
  42. #    NEWSCTL  = News:news        .. active/history/log/sys/whoami
  43.  
  44. #    Setup:
  45. #    I usually make the necessary directories and copy the required
  46. #    files into the RAM disk.  While in RAM: I execute
  47. #        uupc -r1 -sboake2 -x3
  48. #    Most directories listed below are within the same volume as where
  49. #    I started from, i.e. RAM.  The exceptions are NEWSDIR which will
  50. #    be a floppy called "News:" and PUBDIR which is always in RAM.
  51.  
  52. #--- I no longer use the following block, but if you want to...
  53. #    Then I pop-up another shell and run the "mover.sh" script which
  54. #    continually scans the $PUBDIR directory looking for completed
  55. #    transfers and moves them to "Dest:".  NOTE THAT "Dest:" MUST
  56. #    ALREADY BE ASSIGNED AT THIS POINT, OR A VOLUME MUST BE MOUNTED
  57. #    WHICH IS CALLED "Dest:"!!!  (Usually I mount a scratch diskette
  58. #    with that name and then copy files off of it to wherever they
  59. #    go later.)
  60. #
  61. #    The reason that this is done is that observation shows that I
  62. #    get better modem performance by reading into RAM instead of putting
  63. #    the file directly onto the disk (since UUPC uses synchronous
  64. #    writes) and then using a second task to copy them out.  (In the
  65. #    future, UUPC will be modified to automatically spawn another
  66. #    task which will asynchronously move the file to the destination
  67. #    location.)
  68. #
  69. #    Currently (12/10/89), I let the files pile up in usr/spool/uucp
  70. #    until they get processed at the end of the call by UUXQT (internal
  71. #    to UUPC).
  72. #---
  73.